home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Czytniki NEWS / 40Tude Dialog 2.0.15.1 beta 38 / 4d2b38.exe / {app} / dialog.exe / 0 / RCDATA / TCOMPOSEFORM / TCOMPOSEFORM.txt < prev   
Encoding:
Text File  |  2005-02-07  |  41.2 KB  |  1,533 lines

  1. object ComposeForm: TComposeForm
  2.   Left = 507
  3.   Top = 198
  4.   HelpContext = 1820
  5.   AutoScroll = False
  6.   ClientHeight = 513
  7.   ClientWidth = 605
  8.   Color = clBtnFace
  9.   Constraints.MinHeight = 540
  10.   Constraints.MinWidth = 600
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'Default'
  15.   Font.Style = []
  16.   Icon.Data = {<image000.ico>}
  17.   KeyPreview = True
  18.   OldCreateOrder = False
  19.   OnActivate = FormActivate
  20.   OnClose = FormClose
  21.   OnCloseQuery = FormCloseQuery
  22.   OnCreate = FormCreate
  23.   OnDestroy = FormDestroy
  24.   OnDeactivate = FormDeactivate
  25.   OnKeyDown = FormKeyDown
  26.   OnKeyPress = FormKeyPress
  27.   OnResize = FormResize
  28.   OnShow = FormShow
  29.   PixelsPerInch = 96
  30.   TextHeight = 13
  31.   object Panel3: TPanel
  32.     Left = 9
  33.     Top = 24
  34.     Width = 587
  35.     Height = 480
  36.     Align = alClient
  37.     BevelOuter = bvNone
  38.     TabOrder = 0
  39.     object PC: TTntPageControl
  40.       Left = 0
  41.       Top = 0
  42.       Width = 587
  43.       Height = 480
  44.       ActivePage = MsgSheet
  45.       Align = alClient
  46.       TabOrder = 0
  47.       OnChange = PCChange
  48.       OnChanging = PCChanging
  49.       object MsgSheet: TTntTabSheet
  50.         Caption = '&Message'
  51.         object Ppanel: TPanel
  52.           Left = 0
  53.           Top = 27
  54.           Width = 579
  55.           Height = 99
  56.           Align = alTop
  57.           BevelOuter = bvNone
  58.           TabOrder = 0
  59.           OnResize = PpanelResize
  60.           object StatusLabel: TTntLabel
  61.             Left = 84
  62.             Top = 78
  63.             Width = 249
  64.             Height = 15
  65.             AutoSize = False
  66.             Color = clBtnFace
  67.             ParentColor = False
  68.             ParentShowHint = False
  69.             ShowHint = True
  70.             WordWrap = True
  71.             OnDblClick = StatusLabelDblClick
  72.           end
  73.           object ToLabel: TTntLabel
  74.             Left = 8
  75.             Top = 30
  76.             Width = 74
  77.             Height = 13
  78.             Caption = '__&Newsgroups:'
  79.             FocusControl = PNewsgroupsEdit
  80.           end
  81.           object Label3: TTntLabel
  82.             Left = 8
  83.             Top = 10
  84.             Width = 51
  85.             Height = 13
  86.             Caption = '__&Subject:'
  87.             FocusControl = PSubjectEdit
  88.           end
  89.           object Label4: TTntLabel
  90.             Left = 8
  91.             Top = 54
  92.             Width = 40
  93.             Height = 13
  94.             Caption = 'Email &to:'
  95.             FocusControl = PEmailToEdit
  96.           end
  97.           object Label5: TTntLabel
  98.             Left = 345
  99.             Top = 14
  100.             Width = 37
  101.             Height = 13
  102.             Caption = '&Identity:'
  103.             FocusControl = PIdentityCB
  104.           end
  105.           object Label6: TTntLabel
  106.             Left = 345
  107.             Top = 34
  108.             Width = 48
  109.             Height = 13
  110.             Caption = 'Si&gnature:'
  111.             FocusControl = PSignatureCB
  112.           end
  113.           object Label8: TTntLabel
  114.             Left = 8
  115.             Top = 78
  116.             Width = 33
  117.             Height = 13
  118.             Caption = 'Stat&us:'
  119.             FocusControl = BodyEditor
  120.           end
  121.           object Label1: TTntLabel
  122.             Left = 345
  123.             Top = 54
  124.             Width = 34
  125.             Height = 13
  126.             Caption = 'Se&rver:'
  127.             FocusControl = PServerCB
  128.           end
  129.           object EmailToEditButton: TTntSpeedButton
  130.             Left = 313
  131.             Top = 50
  132.             Width = 20
  133.             Height = 21
  134.             Hint = 'Addressbook'
  135.             Caption = 'A'
  136.             ParentShowHint = False
  137.             ShowHint = True
  138.             OnClick = PEmailToEditButtonClick
  139.           end
  140.           object PIdentityCB: TTntComboBox
  141.             Left = 428
  142.             Top = 6
  143.             Width = 153
  144.             Height = 21
  145.             AutoComplete = False
  146.             Style = csDropDownList
  147.             ItemHeight = 13
  148.             TabOrder = 3
  149.             OnChange = PIdentityCBChange
  150.             OnExit = PSubjectEditExit
  151.           end
  152.           object PSignatureCB: TTntComboBox
  153.             Left = 428
  154.             Top = 26
  155.             Width = 153
  156.             Height = 21
  157.             AutoComplete = False
  158.             Style = csDropDownList
  159.             ItemHeight = 13
  160.             ParentShowHint = False
  161.             ShowHint = True
  162.             TabOrder = 4
  163.             OnChange = PSignatureCBChange
  164.             OnExit = PSubjectEditExit
  165.             OnKeyDown = PSignatureCBKeyDown
  166.           end
  167.           object PServerCB: TTntComboBox
  168.             Left = 428
  169.             Top = 50
  170.             Width = 153
  171.             Height = 21
  172.             AutoComplete = False
  173.             Style = csDropDownList
  174.             ItemHeight = 13
  175.             ParentShowHint = False
  176.             ShowHint = True
  177.             TabOrder = 5
  178.             OnChange = PServerCBChange
  179.             OnExit = PSubjectEditExit
  180.           end
  181.           object PSubjectEdit: TTntEdit
  182.             Left = 84
  183.             Top = 6
  184.             Width = 249
  185.             Height = 21
  186.             TabOrder = 0
  187.             OnChange = PSubjectEditChange
  188.             OnExit = PSubjectEditExit
  189.           end
  190.           object OtherHeadersCB: TTntComboBox
  191.             Left = 344
  192.             Top = 74
  193.             Width = 77
  194.             Height = 21
  195.             AutoComplete = False
  196.             Style = csDropDownList
  197.             ItemHeight = 13
  198.             TabOrder = 6
  199.             OnChange = OtherHeadersCBChange
  200.             OnExit = PSubjectEditExit
  201.           end
  202.           object OtherHeadersValue: TTntComboBox
  203.             Left = 428
  204.             Top = 74
  205.             Width = 153
  206.             Height = 21
  207.             AutoComplete = False
  208.             Style = csSimple
  209.             ItemHeight = 13
  210.             TabOrder = 7
  211.             OnChange = OtherHeadersValueChange
  212.             OnExit = PSubjectEditExit
  213.           end
  214.           object PNewsgroupsEdit: TTntComboBox
  215.             Left = 84
  216.             Top = 26
  217.             Width = 249
  218.             Height = 21
  219.             AutoComplete = False
  220.             ItemHeight = 13
  221.             TabOrder = 1
  222.             OnChange = PSubjectEditChange
  223.             OnExit = PSubjectEditExit
  224.             OnSelect = PNewsgroupsEditSelect
  225.           end
  226.           object PEmailToEdit: TTntComboBox
  227.             Left = 84
  228.             Top = 50
  229.             Width = 229
  230.             Height = 21
  231.             AutoComplete = False
  232.             ItemHeight = 13
  233.             TabOrder = 2
  234.             OnChange = PSubjectEditChange
  235.             OnExit = PSubjectEditExit
  236.             OnSelect = PEmailToEditSelect
  237.           end
  238.         end
  239.         object BodyEditor: TPlusMemoU
  240.           Left = 0
  241.           Top = 153
  242.           Width = 579
  243.           Height = 299
  244.           Cursor = crIBeam
  245.           Alignment = taLeftJustify
  246.           HideSelection = False
  247.           ScrollBars = ssBoth
  248.           OnChange = BodyEditorChange
  249.           AltFont.Charset = DEFAULT_CHARSET
  250.           AltFont.Color = clWindowText
  251.           AltFont.Height = -11
  252.           AltFont.Name = 'MS Sans Serif'
  253.           AltFont.Style = []
  254.           CaretWidth = 1
  255.           ColumnWrap = 0
  256.           DisplayOnly = False
  257.           EnableHotKeys = False
  258.           EndOfTextMark.Color = clBtnFace
  259.           Justified = False
  260.           LineHeight = 0
  261.           Options = [pmoWrapCaret, pmoInsertKeyActive, pmoWideOverwriteCaret, pmoAutoScrollBars, pmoNoFineScroll, pmoNoDefaultPopup, pmoPlainClipboard]
  262.           Overwrite = False
  263.           RightLinePen.Color = clGray
  264.           RightLinePen.Style = psDot
  265.           ScrollTime = 0
  266.           SelBackColor = clHighlight
  267.           SelTextColor = clHighlightText
  268.           Separators = #9#10#13' $%&,./:;<=>'
  269.           SpecUnderline.Color = clRed
  270.           UpdateMode = umImmediate
  271.           Version = 'v6.3a Professional ed.'
  272.           Align = alClient
  273.           Font.Charset = DEFAULT_CHARSET
  274.           Font.Color = clWindowText
  275.           Font.Height = -11
  276.           Font.Name = 'Courier New'
  277.           Font.Style = []
  278.           ParentFont = False
  279.           TabOrder = 1
  280.           TabStop = True
  281.           OnDblClick = BodyEditorDblClick
  282.           OnExit = PSubjectEditExit
  283.           OnKeyDown = BodyEditorKeyDown
  284.           OnMouseUp = BodyEditorMouseUp
  285.           OnContextPopup = BodyEditorContextPopup
  286.         end
  287.         object CMessageTabDock: TTBXDock
  288.           Left = 0
  289.           Top = 126
  290.           Width = 579
  291.           Height = 27
  292.           BoundLines = [blTop]
  293.           FixAlign = True
  294.           PopupMenu = ToolbarPopup
  295.           OnInsertRemoveBar = CMessageTabDockInsertRemoveBar
  296.           object Toolbar2: TTBXToolbar
  297.             Left = 0
  298.             Top = 0
  299.             BorderStyle = bsNone
  300.             ChevronMoveItems = False
  301.             DblClickUndock = True
  302.             DefaultDock = CMessageTabDock
  303.             DockPos = 0
  304.             Images = frm40tdMain.BtnIL
  305.             ItemTransparency = itEnable
  306.             ParentShowHint = False
  307.             PopupMenu = ToolbarPopup
  308.             ShowHint = True
  309.             Stretch = True
  310.             TabOrder = 0
  311.             Visible = False
  312.             OnDragDrop = ToolbarDragDrop
  313.             OnDragOver = ToolbarDragOver
  314.           end
  315.         end
  316.         object CMessageTabDock2: TTBXDock
  317.           Left = 0
  318.           Top = 0
  319.           Width = 579
  320.           Height = 27
  321.           BoundLines = [blBottom]
  322.           FixAlign = True
  323.           PopupMenu = ToolbarPopup
  324.           OnInsertRemoveBar = CMessageTabDock2InsertRemoveBar
  325.           object Toolbar: TTBXToolbar
  326.             Left = 0
  327.             Top = 0
  328.             BorderStyle = bsNone
  329.             ChevronMoveItems = False
  330.             DblClickUndock = True
  331.             DefaultDock = CMessageTabDock2
  332.             DockPos = 0
  333.             DockRow = 1
  334.             Images = frm40tdMain.BtnIL
  335.             ItemTransparency = itEnable
  336.             ParentShowHint = False
  337.             PopupMenu = ToolbarPopup
  338.             ShowHint = True
  339.             Stretch = True
  340.             TabOrder = 0
  341.             OnDragDrop = ToolbarDragDrop
  342.             OnDragOver = ToolbarDragOver
  343.           end
  344.         end
  345.       end
  346.       object HeadersSheet: TTntTabSheet
  347.         Caption = 'All &headers'
  348.         ImageIndex = 2
  349.         OnResize = HeadersSheetResize
  350.         object Label15: TTntLabel
  351.           Left = 12
  352.           Top = 109
  353.           Width = 49
  354.           Height = 13
  355.           Caption = '__&Sender:'
  356.           FocusControl = PSenderEdit
  357.         end
  358.         object Label16: TTntLabel
  359.           Left = 12
  360.           Top = 85
  361.           Width = 58
  362.           Height = 13
  363.           Caption = '__&Reply-To:'
  364.           FocusControl = PReplyToEdit
  365.         end
  366.         object Label17: TTntLabel
  367.           Left = 12
  368.           Top = 133
  369.           Width = 74
  370.           Height = 13
  371.           Caption = '__Or&ganization:'
  372.           FocusControl = POrganizationEdit
  373.         end
  374.         object Label18: TTntLabel
  375.           Left = 12
  376.           Top = 276
  377.           Width = 36
  378.           Height = 13
  379.           Caption = '__BCC:'
  380.         end
  381.         object Label19: TTntLabel
  382.           Left = 12
  383.           Top = 252
  384.           Width = 29
  385.           Height = 13
  386.           Caption = '__CC:'
  387.         end
  388.         object Label20: TTntLabel
  389.           Left = 12
  390.           Top = 444
  391.           Width = 53
  392.           Height = 13
  393.           Caption = '&X-Headers:'
  394.           FocusControl = PXHeaderCB
  395.         end
  396.         object Label21: TTntLabel
  397.           Left = 268
  398.           Top = 444
  399.           Width = 3
  400.           Height = 13
  401.           Caption = ':'
  402.         end
  403.         object Label23: TTntLabel
  404.           Left = 12
  405.           Top = 157
  406.           Width = 73
  407.           Height = 13
  408.           Caption = '__&Followup-To:'
  409.           FocusControl = PFollowUpToEdit
  410.         end
  411.         object Label24: TTntLabel
  412.           Left = 12
  413.           Top = 205
  414.           Width = 70
  415.           Height = 13
  416.           Caption = '__Refere&nces:'
  417.           FocusControl = PReferencesEdit
  418.         end
  419.         object Label25: TTntLabel
  420.           Left = 12
  421.           Top = 181
  422.           Width = 85
  423.           Height = 13
  424.           Caption = '__Ma&il-Copies-To:'
  425.           FocusControl = PMailCopiesTo
  426.         end
  427.         object Label26: TTntLabel
  428.           Left = 12
  429.           Top = 229
  430.           Width = 71
  431.           Height = 13
  432.           Caption = '__S&upersedes:'
  433.         end
  434.         object Label12: TTntLabel
  435.           Left = 12
  436.           Top = 13
  437.           Width = 54
  438.           Height = 13
  439.           Caption = '&Your name:'
  440.           FocusControl = PYourNameEdit
  441.         end
  442.         object Label22: TTntLabel
  443.           Left = 12
  444.           Top = 36
  445.           Width = 92
  446.           Height = 13
  447.           Caption = 'Posting email a&ddr.:'
  448.           FocusControl = PPostingemailedit
  449.         end
  450.         object Label64: TTntLabel
  451.           Left = 12
  452.           Top = 60
  453.           Width = 82
  454.           Height = 13
  455.           Caption = '&Email email addr.:'
  456.           FocusControl = PEmailemailedit
  457.         end
  458.         object CCButton: TTntSpeedButton
  459.           Left = 513
  460.           Top = 246
  461.           Width = 20
  462.           Height = 21
  463.           Hint = 'Addressbook'
  464.           Caption = 'A'
  465.           ParentShowHint = False
  466.           ShowHint = True
  467.           OnClick = PEmailToEditButtonClick
  468.         end
  469.         object BCCButton: TTntSpeedButton
  470.           Left = 513
  471.           Top = 270
  472.           Width = 20
  473.           Height = 21
  474.           Hint = 'Addressbook'
  475.           Caption = 'A'
  476.           ParentShowHint = False
  477.           ShowHint = True
  478.           OnClick = PEmailToEditButtonClick
  479.         end
  480.         object Label27: TTntLabel
  481.           Left = 12
  482.           Top = 301
  483.           Width = 51
  484.           Height = 13
  485.           Caption = '__Archi&ve:'
  486.           FocusControl = PArchiveEdit
  487.         end
  488.         object Label28: TTntLabel
  489.           Left = 12
  490.           Top = 325
  491.           Width = 61
  492.           Height = 13
  493.           Caption = '__Keywords:'
  494.           FocusControl = PKeywordsEdit
  495.         end
  496.         object Label29: TTntLabel
  497.           Left = 12
  498.           Top = 349
  499.           Width = 58
  500.           Height = 13
  501.           Caption = '__Summary:'
  502.           FocusControl = PSummaryEdit
  503.         end
  504.         object Label30: TTntLabel
  505.           Left = 12
  506.           Top = 373
  507.           Width = 49
  508.           Height = 13
  509.           Caption = '__Expires:'
  510.         end
  511.         object Label31: TTntLabel
  512.           Left = 12
  513.           Top = 397
  514.           Width = 61
  515.           Height = 13
  516.           Caption = '__Approved:'
  517.           FocusControl = PApprovedEdit
  518.         end
  519.         object ApprovedButton: TTntSpeedButton
  520.           Left = 513
  521.           Top = 390
  522.           Width = 20
  523.           Height = 21
  524.           Hint = 'Addressbook'
  525.           Caption = 'A'
  526.           ParentShowHint = False
  527.           ShowHint = True
  528.           OnClick = PEmailToEditButtonClick
  529.         end
  530.         object ExpireButton: TTntSpeedButton
  531.           Left = 513
  532.           Top = 366
  533.           Width = 20
  534.           Height = 21
  535.           Hint = 'Select date/time'
  536.           Caption = 'D'
  537.           ParentShowHint = False
  538.           ShowHint = True
  539.           OnClick = ExpireButtonClick
  540.         end
  541.         object TntLabel1: TTntLabel
  542.           Left = 12
  543.           Top = 421
  544.           Width = 67
  545.           Height = 13
  546.           Caption = '__Distribution:'
  547.           FocusControl = PDistributionEdit
  548.         end
  549.         object PSenderEdit: TTntEdit
  550.           Left = 128
  551.           Top = 102
  552.           Width = 405
  553.           Height = 21
  554.           TabOrder = 4
  555.           OnExit = PSubjectEditExit
  556.         end
  557.         object PReplyToEdit: TTntEdit
  558.           Left = 128
  559.           Top = 78
  560.           Width = 405
  561.           Height = 21
  562.           TabOrder = 3
  563.           OnExit = PSubjectEditExit
  564.         end
  565.         object POrganizationEdit: TTntEdit
  566.           Left = 128
  567.           Top = 126
  568.           Width = 405
  569.           Height = 21
  570.           TabOrder = 5
  571.           OnExit = PSubjectEditExit
  572.         end
  573.         object PXHeaderCB: TTntComboBox
  574.           Left = 128
  575.           Top = 438
  576.           Width = 137
  577.           Height = 21
  578.           AutoComplete = False
  579.           Style = csDropDownList
  580.           ItemHeight = 13
  581.           TabOrder = 18
  582.           OnChange = PXHeaderCBChange
  583.           OnExit = PSubjectEditExit
  584.         end
  585.         object PXHeaderContent: TTntEdit
  586.           Left = 276
  587.           Top = 438
  588.           Width = 257
  589.           Height = 21
  590.           TabOrder = 19
  591.           OnChange = PXHeaderContentChange
  592.           OnExit = PSubjectEditExit
  593.         end
  594.         object PFollowUpToEdit: TTntComboBox
  595.           Left = 128
  596.           Top = 150
  597.           Width = 405
  598.           Height = 21
  599.           AutoComplete = False
  600.           ItemHeight = 13
  601.           TabOrder = 6
  602.           OnExit = PSubjectEditExit
  603.         end
  604.         object PMailCopiesTo: TTntComboBox
  605.           Left = 128
  606.           Top = 174
  607.           Width = 405
  608.           Height = 21
  609.           AutoComplete = False
  610.           ItemHeight = 13
  611.           TabOrder = 7
  612.           OnExit = PSubjectEditExit
  613.         end
  614.         object PPostingemailedit: TTntEdit
  615.           Left = 128
  616.           Top = 30
  617.           Width = 405
  618.           Height = 21
  619.           TabOrder = 1
  620.           OnExit = PSubjectEditExit
  621.         end
  622.         object PEmailemailedit: TTntEdit
  623.           Left = 128
  624.           Top = 54
  625.           Width = 405
  626.           Height = 21
  627.           TabOrder = 2
  628.           OnExit = PSubjectEditExit
  629.         end
  630.         object PYourNameEdit: TTntEdit
  631.           Left = 128
  632.           Top = 4
  633.           Width = 405
  634.           Height = 23
  635.           Font.Charset = DEFAULT_CHARSET
  636.           Font.Color = clWindowText
  637.           Font.Height = -11
  638.           Font.Name = 'Arial Unicode MS'
  639.           Font.Style = []
  640.           ParentFont = False
  641.           TabOrder = 0
  642.           OnExit = PSubjectEditExit
  643.         end
  644.         object PReferencesEdit: TJvButtonBoxU
  645.           Left = 128
  646.           Top = 198
  647.           Width = 405
  648.           Height = 21
  649.           OnExit = PSubjectEditExit
  650.           TabOrder = 8
  651.           Edit.Font.Charset = DEFAULT_CHARSET
  652.           Edit.Font.Color = clWindowText
  653.           Edit.Font.Height = -11
  654.           Edit.Font.Name = 'MS Sans Serif'
  655.           Edit.Font.Style = []
  656.           Button.Font.Charset = DEFAULT_CHARSET
  657.           Button.Font.Color = clWindowText
  658.           Button.Font.Height = -11
  659.           Button.Font.Name = 'MS Sans Serif'
  660.           Button.Font.Style = []
  661.           Button.Caption = 'Clear'
  662.           Button.Width = 65
  663.           OnButtonClick = PReferencesEditButtonClick
  664.         end
  665.         object PSupersedesEdit: TJvButtonBoxU
  666.           Left = 128
  667.           Top = 222
  668.           Width = 405
  669.           Height = 21
  670.           OnExit = PSubjectEditExit
  671.           TabOrder = 9
  672.           TabStop = True
  673.           Edit.ReadOnly = True
  674.           Edit.Font.Charset = DEFAULT_CHARSET
  675.           Edit.Font.Color = clWindowText
  676.           Edit.Font.Height = -11
  677.           Edit.Font.Name = 'MS Sans Serif'
  678.           Edit.Font.Style = []
  679.           Edit.Color = clBtnFace
  680.           Button.Font.Charset = DEFAULT_CHARSET
  681.           Button.Font.Color = clWindowText
  682.           Button.Font.Height = -11
  683.           Button.Font.Name = 'MS Sans Serif'
  684.           Button.Font.Style = []
  685.           Button.Caption = 'Clear'
  686.           Button.Width = 65
  687.           OnButtonClick = PSupersedesEditButtonClick
  688.         end
  689.         object PCCEdit: TTntComboBox
  690.           Left = 128
  691.           Top = 246
  692.           Width = 383
  693.           Height = 21
  694.           AutoComplete = False
  695.           BevelInner = bvNone
  696.           BevelOuter = bvNone
  697.           ItemHeight = 13
  698.           TabOrder = 10
  699.           OnExit = PSubjectEditExit
  700.         end
  701.         object PBCCEdit: TTntComboBox
  702.           Left = 128
  703.           Top = 270
  704.           Width = 383
  705.           Height = 21
  706.           AutoComplete = False
  707.           BevelInner = bvNone
  708.           BevelOuter = bvNone
  709.           Ctl3D = False
  710.           ItemHeight = 13
  711.           ParentCtl3D = False
  712.           TabOrder = 11
  713.           OnExit = PSubjectEditExit
  714.         end
  715.         object PArchiveEdit: TTntComboBox
  716.           Left = 128
  717.           Top = 294
  718.           Width = 405
  719.           Height = 21
  720.           AutoComplete = False
  721.           ItemHeight = 13
  722.           TabOrder = 12
  723.           OnExit = PSubjectEditExit
  724.         end
  725.         object PKeywordsEdit: TTntEdit
  726.           Left = 128
  727.           Top = 318
  728.           Width = 405
  729.           Height = 21
  730.           TabOrder = 13
  731.           OnExit = PSubjectEditExit
  732.         end
  733.         object PSummaryEdit: TTntEdit
  734.           Left = 128
  735.           Top = 342
  736.           Width = 405
  737.           Height = 21
  738.           TabOrder = 14
  739.           OnExit = PSubjectEditExit
  740.         end
  741.         object PApprovedEdit: TTntEdit
  742.           Left = 128
  743.           Top = 390
  744.           Width = 381
  745.           Height = 21
  746.           TabOrder = 16
  747.           OnExit = PSubjectEditExit
  748.         end
  749.         object PExpiresEdit: TTntEdit
  750.           Left = 128
  751.           Top = 366
  752.           Width = 381
  753.           Height = 21
  754.           TabOrder = 15
  755.           OnExit = PSubjectEditExit
  756.         end
  757.         object PDistributionEdit: TTntEdit
  758.           Left = 128
  759.           Top = 414
  760.           Width = 405
  761.           Height = 21
  762.           TabOrder = 17
  763.           OnExit = PSubjectEditExit
  764.         end
  765.       end
  766.       object Attachmentsheet: TTntTabSheet
  767.         Caption = '&Attachments'
  768.         ImageIndex = 1
  769.         object AttachmentWarnLabel: TTntLabel
  770.           Left = 0
  771.           Top = 0
  772.           Width = 579
  773.           Height = 17
  774.           Align = alTop
  775.           AutoSize = False
  776.         end
  777.         object AttachmentLV: TTntListView
  778.           Left = 0
  779.           Top = 17
  780.           Width = 579
  781.           Height = 229
  782.           Align = alClient
  783.           Columns = <
  784.             item
  785.               Caption = 'File name and location'
  786.               Width = 250
  787.             end
  788.             item
  789.               Caption = 'File type'
  790.             end
  791.             item
  792.               Caption = 'Encoding'
  793.               Width = 90
  794.             end
  795.             item
  796.               Caption = 'Description'
  797.               Width = 70
  798.             end
  799.             item
  800.               Caption = 'Zip'
  801.             end
  802.             item
  803.               Caption = 'Size'
  804.               Width = 70
  805.             end>
  806.           HideSelection = False
  807.           ReadOnly = True
  808.           TabOrder = 0
  809.           ViewStyle = vsReport
  810.           OnCustomDrawItem = AttachmentLVCustomDrawItem
  811.           OnCustomDrawSubItem = AttachmentLVCustomDrawSubItem
  812.           OnSelectItem = AttachmentLVSelectItem
  813.         end
  814.         object Panel2: TPanel
  815.           Left = 0
  816.           Top = 246
  817.           Width = 579
  818.           Height = 206
  819.           Align = alBottom
  820.           BevelOuter = bvNone
  821.           TabOrder = 1
  822.           object Beveles12: TBevelesU
  823.             Left = 4
  824.             Top = 8
  825.             Width = 449
  826.             Height = 55
  827.             Shape = bsFrame
  828.             Caption = 'Settings for selected attachment'
  829.             BorderWidth = 0
  830.           end
  831.           object Label2: TTntLabel
  832.             Left = 16
  833.             Top = 32
  834.             Width = 48
  835.             Height = 13
  836.             Caption = 'E&ncoding:'
  837.             FocusControl = AttachEncCB
  838.           end
  839.           object Beveles1: TBevelesU
  840.             Left = 4
  841.             Top = 104
  842.             Width = 449
  843.             Height = 97
  844.             Shape = bsFrame
  845.             Caption = 'Settings for all attachments'
  846.             BorderWidth = 0
  847.           end
  848.           object Label10: TTntLabel
  849.             Left = 32
  850.             Top = 152
  851.             Width = 63
  852.             Height = 13
  853.             Caption = 'Zi&p file name:'
  854.             FocusControl = AttachAllZipFilenameEdit
  855.           end
  856.           object AttachEncCB: TTntComboBox
  857.             Left = 100
  858.             Top = 28
  859.             Width = 109
  860.             Height = 21
  861.             Style = csDropDownList
  862.             Color = clBtnFace
  863.             Enabled = False
  864.             ItemHeight = 13
  865.             TabOrder = 0
  866.             OnChange = AttachEncCBChange
  867.           end
  868.           object AttachZipCB: TtntAutoSizeCheckBox
  869.             Left = 224
  870.             Top = 42
  871.             Width = 102
  872.             Height = 17
  873.             Caption = '&Zip compress file'
  874.             Enabled = False
  875.             TabOrder = 1
  876.             OnClick = AttachZipCBClick
  877.           end
  878.           object AttachAllZipCB: TtntAutoSizeCheckBox
  879.             Left = 12
  880.             Top = 124
  881.             Width = 205
  882.             Height = 17
  883.             Caption = 'Zip &compress all files into one and use '
  884.             TabOrder = 2
  885.             OnClick = AttachAllZipCBClick
  886.           end
  887.           object AttachAllEncodingCB: TTntComboBox
  888.             Left = 240
  889.             Top = 120
  890.             Width = 169
  891.             Height = 21
  892.             AutoComplete = False
  893.             Style = csDropDownList
  894.             Enabled = False
  895.             ItemHeight = 13
  896.             TabOrder = 3
  897.             OnChange = AttachAllEncodingCBChange
  898.           end
  899.           object AttachAllZipFilenameEdit: TTntEdit
  900.             Left = 132
  901.             Top = 148
  902.             Width = 277
  903.             Height = 21
  904.             Enabled = False
  905.             TabOrder = 4
  906.             OnChange = AttachAllZipFilenameEditChange
  907.           end
  908.           object AddAttachmentBtn: TMMTNTBItBtn
  909.             Left = 8
  910.             Top = 69
  911.             Width = 141
  912.             Height = 25
  913.             Caption = 'Add a&ttachment(s)...'
  914.             Font.Charset = DEFAULT_CHARSET
  915.             Font.Color = clBtnText
  916.             Font.Height = -11
  917.             Font.Name = 'MS Sans Serif'
  918.             Font.Style = []
  919.             ParentFont = False
  920.             TabOrder = 5
  921.             OnClick = AddAttachmentBtnClick
  922.           end
  923.           object DeleteSelAttachmentBtn: TMMTNTBItBtn
  924.             Left = 160
  925.             Top = 69
  926.             Width = 141
  927.             Height = 25
  928.             Caption = 'Delete &selected'
  929.             Font.Charset = DEFAULT_CHARSET
  930.             Font.Color = clBtnText
  931.             Font.Height = -11
  932.             Font.Name = 'MS Sans Serif'
  933.             Font.Style = []
  934.             ParentFont = False
  935.             TabOrder = 6
  936.             OnClick = DeleteSelAttachmentBtnClick
  937.           end
  938.           object DeleteAllAttachmentsBtn: TMMTNTBItBtn
  939.             Left = 308
  940.             Top = 69
  941.             Width = 141
  942.             Height = 25
  943.             Caption = 'D&elete all'
  944.             Font.Charset = DEFAULT_CHARSET
  945.             Font.Color = clBtnText
  946.             Font.Height = -11
  947.             Font.Name = 'MS Sans Serif'
  948.             Font.Style = []
  949.             ParentFont = False
  950.             TabOrder = 7
  951.             OnClick = DeleteAllAttachmentsBtnClick
  952.           end
  953.           object AttachAddFNToSubjectCB: TtntAutoSizeCheckBox
  954.             Left = 224
  955.             Top = 24
  956.             Width = 161
  957.             Height = 17
  958.             Caption = 'Add &file description to subject'
  959.             Enabled = False
  960.             TabOrder = 8
  961.             OnClick = AttachAddFNToSubjectCBClick
  962.           end
  963.           object AttachAddFNToSubjectALLCB: TtntAutoSizeCheckBox
  964.             Left = 30
  965.             Top = 176
  966.             Width = 161
  967.             Height = 17
  968.             Caption = 'Add file description to sub&ject'
  969.             Enabled = False
  970.             TabOrder = 9
  971.             OnClick = AttachAddFNToSubjectALLCBClick
  972.           end
  973.         end
  974.       end
  975.       object OptTab: TTntTabSheet
  976.         Caption = '&Options'
  977.         ImageIndex = 3
  978.         object Label7: TTntLabel
  979.           Left = 188
  980.           Top = 12
  981.           Width = 50
  982.           Height = 13
  983.           Caption = 'characters'
  984.         end
  985.         object Label13: TTntLabel
  986.           Left = 8
  987.           Top = 112
  988.           Width = 24
  989.           Height = 13
  990.           Caption = '&Font:'
  991.           FocusControl = FontNamesCB
  992.         end
  993.         object Button1: TMMTNTBItBtn
  994.           Left = 8
  995.           Top = 36
  996.           Width = 377
  997.           Height = 25
  998.           Caption = '&Save current size and position as default for new drafts'
  999.           Font.Charset = DEFAULT_CHARSET
  1000.           Font.Color = clBtnText
  1001.           Font.Height = -11
  1002.           Font.Name = 'MS Sans Serif'
  1003.           Font.Style = []
  1004.           ParentFont = False
  1005.           TabOrder = 0
  1006.           OnClick = Button1Click
  1007.         end
  1008.         object Button2: TMMTNTBItBtn
  1009.           Left = 8
  1010.           Top = 68
  1011.           Width = 377
  1012.           Height = 25
  1013.           Caption = 'Sa&ve current spell check options as default for new drafts'
  1014.           Font.Charset = DEFAULT_CHARSET
  1015.           Font.Color = clBtnText
  1016.           Font.Height = -11
  1017.           Font.Name = 'MS Sans Serif'
  1018.           Font.Style = []
  1019.           ParentFont = False
  1020.           TabOrder = 1
  1021.           OnClick = Savesettingsasdefaultfornewdrafts1Click
  1022.         end
  1023.         object Wordwrapcb: TtntAutoSizeCheckBox
  1024.           Left = 8
  1025.           Top = 12
  1026.           Width = 97
  1027.           Height = 17
  1028.           Caption = 'Wrap lines &after'
  1029.           TabOrder = 3
  1030.           OnClick = WordwrapcbClick
  1031.         end
  1032.         object FontNamesCB: TSMFontNamesCombo
  1033.           Left = 40
  1034.           Top = 104
  1035.           Width = 177
  1036.           Height = 20
  1037.           FontSizesCombo = FontSizesCB
  1038.           TabOrder = 4
  1039.           OnChange = FontNamesCBChange
  1040.         end
  1041.         object FontSizesCB: TSMFontSizesCombo
  1042.           Left = 224
  1043.           Top = 104
  1044.           Width = 57
  1045.           Height = 21
  1046.           ItemHeight = 0
  1047.           Style = csDropDownList
  1048.           TabOrder = 5
  1049.           OnChange = FontNamesCBChange
  1050.         end
  1051.         object WrapAfter: tMMjvspinedit
  1052.           Left = 140
  1053.           Top = 8
  1054.           Width = 45
  1055.           Height = 21
  1056.           MaxValue = 76.000000000000000000
  1057.           MinValue = 10.000000000000000000
  1058.           Value = 76.000000000000000000
  1059.           TabOrder = 2
  1060.           OnChange = WrapAfterChange
  1061.         end
  1062.       end
  1063.       object ErrorWarningSheet: TTntTabSheet
  1064.         Caption = 'Errors/&Warnings'
  1065.         ImageIndex = 4
  1066.         OnResize = ErrorWarningSheetResize
  1067.         object Label14: TTntLabel
  1068.           Left = 0
  1069.           Top = 439
  1070.           Width = 579
  1071.           Height = 13
  1072.           Align = alBottom
  1073.           Caption = 'Double-click on an entry to jump to the corresponding input box.'
  1074.         end
  1075.         object ErrorsLV: TTntListView
  1076.           Left = 0
  1077.           Top = 57
  1078.           Width = 579
  1079.           Height = 382
  1080.           Align = alClient
  1081.           Columns = <
  1082.             item
  1083.               AutoSize = True
  1084.             end>
  1085.           LargeImages = frm40tdMain.ImageList1
  1086.           ReadOnly = True
  1087.           RowSelect = True
  1088.           ShowColumnHeaders = False
  1089.           SmallImages = frm40tdMain.ImageList1
  1090.           TabOrder = 0
  1091.           ViewStyle = vsReport
  1092.           OnDblClick = ErrorsLVDblClick
  1093.         end
  1094.         object Panel1: TPanel
  1095.           Left = 0
  1096.           Top = 0
  1097.           Width = 579
  1098.           Height = 57
  1099.           Align = alTop
  1100.           BevelOuter = bvNone
  1101.           TabOrder = 1
  1102.           DesignSize = (
  1103.             579
  1104.             57)
  1105.           object StatusLabel2: TTntLabel
  1106.             Left = 96
  1107.             Top = 6
  1108.             Width = 465
  1109.             Height = 15
  1110.             AutoSize = False
  1111.             Font.Charset = DEFAULT_CHARSET
  1112.             Font.Color = clWindowText
  1113.             Font.Height = -11
  1114.             Font.Name = 'MS Sans Serif'
  1115.             Font.Style = []
  1116.             ParentFont = False
  1117.             ParentShowHint = False
  1118.             ShowHint = True
  1119.             WordWrap = True
  1120.           end
  1121.           object Label11: TTntLabel
  1122.             Left = 8
  1123.             Top = 6
  1124.             Width = 77
  1125.             Height = 13
  1126.             Caption = 'Message status:'
  1127.             FocusControl = OtherHeadersCB
  1128.           end
  1129.           object Label9: TTntLabel
  1130.             Left = 8
  1131.             Top = 40
  1132.             Width = 118
  1133.             Height = 13
  1134.             Caption = 'Errors, warnings, notices:'
  1135.             FocusControl = ErrorsLV
  1136.           end
  1137.           object Bevel1: TBevel
  1138.             Left = 8
  1139.             Top = 24
  1140.             Width = 577
  1141.             Height = 2
  1142.           end
  1143.           object CheckMsgBtn: TMMTNTBItBtn
  1144.             Left = 455
  1145.             Top = 30
  1146.             Width = 118
  1147.             Height = 25
  1148.             Anchors = [akTop, akRight]
  1149.             Caption = 'Check me&ssage'
  1150.             Font.Charset = DEFAULT_CHARSET
  1151.             Font.Color = clBtnText
  1152.             Font.Height = -11
  1153.             Font.Name = 'MS Sans Serif'
  1154.             Font.Style = []
  1155.             ParentFont = False
  1156.             TabOrder = 0
  1157.             OnClick = CheckMsgBtnClick
  1158.           end
  1159.         end
  1160.       end
  1161.     end
  1162.   end
  1163.   object CTopDock: TTBXDock
  1164.     Left = 0
  1165.     Top = 0
  1166.     Width = 605
  1167.     Height = 24
  1168.     BackgroundOnToolbars = False
  1169.     BoundLines = [blBottom]
  1170.     PopupMenu = ToolbarPopup
  1171.     object CMenuToolbar: TTBXToolbar
  1172.       Left = 0
  1173.       Top = 0
  1174.       BorderStyle = bsNone
  1175.       Caption = 'CMenuToolbar'
  1176.       ChevronMoveItems = False
  1177.       CloseButton = False
  1178.       DblClickUndock = True
  1179.       DefaultDock = CTopDock
  1180.       DockableTo = [dpTop]
  1181.       DockMode = dmCannotFloatOrChangeDocks
  1182.       DockPos = 0
  1183.       FullSize = True
  1184.       Images = frm40tdMain.BtnIL
  1185.       MenuBar = True
  1186.       ProcessShortCuts = True
  1187.       ShrinkMode = tbsmWrap
  1188.       Stretch = True
  1189.       TabOrder = 0
  1190.       object Action1: TTBXSubmenuItem
  1191.         Caption = 'A&ction'
  1192.         object Sendnow1: TTBXItem
  1193.           Action = frm40tdMain.CSendNow
  1194.         end
  1195.         object Sendlater1: TTBXItem
  1196.           Action = frm40tdMain.CSentLater
  1197.         end
  1198.         object TBXItem7: TTBXItem
  1199.           Action = frm40tdMain.CSaveDraft
  1200.         end
  1201.         object Deletedraft1: TTBXItem
  1202.           Action = frm40tdMain.CDeleteDraft
  1203.         end
  1204.       end
  1205.       object Edit2: TTBXSubmenuItem
  1206.         Caption = '&Edit'
  1207.         object Undo1: TTBXItem
  1208.           Action = frm40tdMain.CUndo
  1209.         end
  1210.         object Redo1: TTBXItem
  1211.           Action = frm40tdMain.CRedo
  1212.         end
  1213.         object TBXSeparatorItem9: TTBXSeparatorItem
  1214.         end
  1215.         object TBXItem9: TTBXItem
  1216.           Action = frm40tdMain.CFind
  1217.         end
  1218.         object TBXItem6: TTBXItem
  1219.           Action = frm40tdMain.CFindNext
  1220.         end
  1221.         object N8: TTBXSeparatorItem
  1222.         end
  1223.         object Cut2: TTBXItem
  1224.           Action = frm40tdMain.CCut
  1225.         end
  1226.         object Copy1: TTBXItem
  1227.           Action = frm40tdMain.CCopy
  1228.         end
  1229.         object Paste2: TTBXItem
  1230.           Action = frm40tdMain.CPaste
  1231.         end
  1232.         object Pasteasquote2: TTBXItem
  1233.           Action = frm40tdMain.CPasteAsQuote
  1234.         end
  1235.         object Pasteascustomquote1: TTBXItem
  1236.           Action = frm40tdMain.CPasteAsCustomQuote
  1237.         end
  1238.         object Pasteheaderfield1: TTBXItem
  1239.           Action = frm40tdMain.CPasteHeaderField
  1240.         end
  1241.         object Delete1: TTBXItem
  1242.           Action = frm40tdMain.CDelete
  1243.         end
  1244.       end
  1245.       object Special1: TTBXSubmenuItem
  1246.         Caption = 'Specia&l'
  1247.         object ScrambleRot131: TTBXItem
  1248.           Action = frm40tdMain.CUnscramble
  1249.         end
  1250.         object Reformatparapraph1: TTBXItem
  1251.           Action = frm40tdMain.CReformatParagraphAction
  1252.         end
  1253.         object TBXSeparatorItem5: TTBXSeparatorItem
  1254.         end
  1255.         object InsertWrapoverridecharacter1: TTBXItem
  1256.           Action = frm40tdMain.CInsertWrapOverrideCharacter
  1257.         end
  1258.         object Insertspoilercharacter2: TTBXItem
  1259.           Action = frm40tdMain.CInsertSpoilerCharacter
  1260.         end
  1261.         object TBXSeparatorItem4: TTBXSeparatorItem
  1262.         end
  1263.         object Expandglossary2: TTBXItem
  1264.           Action = frm40tdMain.CExpandGlossary
  1265.         end
  1266.         object TBXSeparatorItem7: TTBXSeparatorItem
  1267.         end
  1268.         object TBXItem8: TTBXItem
  1269.           Action = frm40tdMain.CLocateOriginal
  1270.         end
  1271.       end
  1272.       object Options1: TTBXSubmenuItem
  1273.         Caption = 'O&ptions'
  1274.         OnClick = Options1Click
  1275.         object Wordwrap1: TTBXItem
  1276.           Action = frm40tdMain.CWordWrap
  1277.         end
  1278.         object N9: TTBXSeparatorItem
  1279.         end
  1280.         object Savecurrentwindowsizeandposasdefault1: TTBXItem
  1281.           Caption = 'Save current window size and pos. as default'
  1282.           OnClick = Button1Click
  1283.         end
  1284.         object Savecurrentspellcheckoptionsasdefault1: TTBXItem
  1285.           Caption = 'Save current spell check options as default'
  1286.           OnClick = Savesettingsasdefaultfornewdrafts1Click
  1287.         end
  1288.         object N11: TTBXSeparatorItem
  1289.         end
  1290.         object Configurebuttonsshortcuts1: TTBXItem
  1291.           Caption = 'Configure buttons/shortcuts...'
  1292.           Hint = 'Configure buttons'
  1293.           ImageIndex = 100
  1294.           OnClick = ConfigBtnsMIClick
  1295.         end
  1296.       end
  1297.       object PGP2: TTBXSubmenuItem
  1298.         Caption = '&PGP'
  1299.         Visible = False
  1300.         object PGPencrypt1: TTBXItem
  1301.           Caption = 'PGP encrypt'
  1302.           Enabled = False
  1303.           Hint = 'PGP encrypt'
  1304.           ImageIndex = 147
  1305.           Visible = False
  1306.         end
  1307.         object PGPsign1: TTBXItem
  1308.           Caption = 'PGP sign'
  1309.           Enabled = False
  1310.           Hint = 'PGP sign'
  1311.           ImageIndex = 146
  1312.           Visible = False
  1313.         end
  1314.         object PGPencryptandsign1: TTBXItem
  1315.           Caption = 'PGP encrypt and sign'
  1316.           Enabled = False
  1317.           Hint = 'PGP encrypt and sign'
  1318.           ImageIndex = 148
  1319.           Visible = False
  1320.         end
  1321.       end
  1322.       object Spellcheckoptions1: TTBXSubmenuItem
  1323.         Caption = 'Spell chec&k'
  1324.         OnClick = Spellcheckoptions1Click
  1325.         object Spellcheck1: TTBXItem
  1326.           Action = frm40tdMain.CSpellCheckOnTheFly
  1327.         end
  1328.         object TBXItem5: TTBXItem
  1329.           Action = frm40tdMain.CSpellCheckDialog
  1330.         end
  1331.         object N12: TTBXSeparatorItem
  1332.         end
  1333.         object Settings1: TTBXItem
  1334.           Caption = 'Settings...'
  1335.           OnClick = Adddictionary1Click
  1336.         end
  1337.         object Savesettingsasdefaultfornewdrafts2: TTBXItem
  1338.           Caption = 'Save settings as default for new drafts'
  1339.           OnClick = Savesettingsasdefaultfornewdrafts1Click
  1340.         end
  1341.         object TBXSeparatorItem6: TTBXSeparatorItem
  1342.         end
  1343.       end
  1344.     end
  1345.   end
  1346.   object CLeftDock: TTBXDock
  1347.     Left = 0
  1348.     Top = 24
  1349.     Width = 9
  1350.     Height = 480
  1351.     PopupMenu = ToolbarPopup
  1352.     Position = dpLeft
  1353.   end
  1354.   object CRightDock: TTBXDock
  1355.     Left = 596
  1356.     Top = 24
  1357.     Width = 9
  1358.     Height = 480
  1359.     PopupMenu = ToolbarPopup
  1360.     Position = dpRight
  1361.   end
  1362.   object CBottomDock: TTBXDock
  1363.     Left = 0
  1364.     Top = 504
  1365.     Width = 605
  1366.     Height = 9
  1367.     PopupMenu = ToolbarPopup
  1368.     Position = dpBottom
  1369.   end
  1370.   object PopupMenu1: TTBXPopupMenu
  1371.     Images = frm40tdMain.BtnIL
  1372.     Left = 448
  1373.     Top = 208
  1374.     object CutMI: TTBXItem
  1375.       Action = frm40tdMain.CCut
  1376.     end
  1377.     object copyMI: TTBXItem
  1378.       Action = frm40tdMain.CCopy
  1379.     end
  1380.     object pasteMI: TTBXItem
  1381.       Action = frm40tdMain.CPaste
  1382.       Options = [tboShowHint]
  1383.     end
  1384.     object pastasquote: TTBXItem
  1385.       Tag = 1
  1386.       Action = frm40tdMain.CPasteAsQuote
  1387.     end
  1388.     object Pasteasquote1: TTBXItem
  1389.       Tag = 2
  1390.       Action = frm40tdMain.CPasteAsCustomQuote
  1391.     end
  1392.     object PasteheaderfieldMI: TTBXItem
  1393.       Action = frm40tdMain.CPasteHeaderField
  1394.     end
  1395.     object deleteMI: TTBXItem
  1396.       Action = frm40tdMain.CDelete
  1397.     end
  1398.     object TBXSeparatorItem1: TTBXSeparatorItem
  1399.     end
  1400.     object TBXItem1: TTBXItem
  1401.       Action = frm40tdMain.CUndo
  1402.     end
  1403.     object TBXItem2: TTBXItem
  1404.       Action = frm40tdMain.CRedo
  1405.     end
  1406.     object N6: TTBXSeparatorItem
  1407.     end
  1408.     object WordWrap: TTBXItem
  1409.       Action = frm40tdMain.CWordWrap
  1410.     end
  1411.     object PGP1: TTBXSubmenuItem
  1412.       Caption = 'PGP'
  1413.       Visible = False
  1414.       object N7: TTBXItem
  1415.         Caption = 'PGP sign'
  1416.         Enabled = False
  1417.         Hint = 'PGP sign'
  1418.         ImageIndex = 146
  1419.         Visible = False
  1420.       end
  1421.       object N5: TTBXItem
  1422.         Caption = 'PGP encrypt'
  1423.         Enabled = False
  1424.         Hint = 'PGP encrypt'
  1425.         ImageIndex = 147
  1426.         Visible = False
  1427.       end
  1428.       object N4: TTBXItem
  1429.         Tag = 1
  1430.         Caption = 'PGP encrypt and sign'
  1431.         Enabled = False
  1432.         Hint = 'PGP encrypt and sign'
  1433.         ImageIndex = 148
  1434.         Visible = False
  1435.       end
  1436.     end
  1437.     object N1: TTBXSeparatorItem
  1438.     end
  1439.     object Reformatparagraph1: TTBXItem
  1440.       Action = frm40tdMain.CReformatParagraphAction
  1441.     end
  1442.     object rot13: TTBXItem
  1443.       Action = frm40tdMain.CUnscramble
  1444.     end
  1445.     object TBXSeparatorItem3: TTBXSeparatorItem
  1446.     end
  1447.     object TBXItem3: TTBXItem
  1448.       Action = frm40tdMain.CInsertWrapOverrideCharacter
  1449.     end
  1450.     object Insertspoilercharacter1: TTBXItem
  1451.       Action = frm40tdMain.CInsertSpoilerCharacter
  1452.     end
  1453.     object TBXSeparatorItem2: TTBXSeparatorItem
  1454.     end
  1455.     object Expandglossary1: TTBXItem
  1456.       Action = frm40tdMain.CExpandGlossary
  1457.     end
  1458.     object Cut1: TTBXItem
  1459.       Caption = 'Cut'
  1460.       Hint = 'Cut|Cut selected text'
  1461.       ImageIndex = 3
  1462.       ShortCut = 16429
  1463.       Visible = False
  1464.       OnClick = Cut1Click
  1465.     end
  1466.     object Paste1: TTBXItem
  1467.       Caption = 'Paste'
  1468.       Hint = 'Paste|Paste text in clipboard'
  1469.       ImageIndex = 1
  1470.       ShortCut = 8237
  1471.       Visible = False
  1472.       OnClick = Paste1Click
  1473.     end
  1474.     object Delete6: TTBXItem
  1475.       Caption = 'Delete'
  1476.       Hint = 'Delete|Delete selected text'
  1477.       ImageIndex = 4
  1478.       ShortCut = 8238
  1479.       Visible = False
  1480.       OnClick = Delete6Click
  1481.     end
  1482.   end
  1483.   object NoAction: TAction
  1484.     Category = 'File'
  1485.     Caption = 'Separator space'
  1486.     ImageIndex = 190
  1487.   end
  1488.   object ToolbarPopup: TTBXPopupMenu
  1489.     Images = frm40tdMain.BtnIL
  1490.     OnPopup = ToolbarPopupPopup
  1491.     Left = 480
  1492.     Top = 208
  1493.     object TBXItem4: TTBXItem
  1494.       Caption = 'Configure buttons/shortcuts...'
  1495.       Hint = 'Configure buttons'
  1496.       ImageIndex = 100
  1497.       OnClick = ConfigBtnsMIClick
  1498.     end
  1499.     object TBXSeparatorItem8: TTBXSeparatorItem
  1500.     end
  1501.     object Toolbar1MI: TTBXItem
  1502.       AutoCheck = True
  1503.       Caption = 'Toolbar &1'
  1504.       OnClick = Toolbar1MIClick
  1505.     end
  1506.     object Toolbar2MI: TTBXItem
  1507.       AutoCheck = True
  1508.       Caption = 'Toolbar &2'
  1509.       OnClick = Toolbar1MIClick
  1510.     end
  1511.   end
  1512.   object Timer1: TTimer
  1513.     Enabled = False
  1514.     Interval = 10
  1515.     OnTimer = Timer1Timer
  1516.     Left = 160
  1517.     Top = 264
  1518.   end
  1519.   object Timer2: TTimer
  1520.     Enabled = False
  1521.     OnTimer = Timer2Timer
  1522.     Left = 192
  1523.     Top = 264
  1524.   end
  1525.   object Timer3: TTimer
  1526.     Enabled = False
  1527.     Interval = 200
  1528.     OnTimer = Timer3Timer
  1529.     Left = 221
  1530.     Top = 264
  1531.   end
  1532. end
  1533.